home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / earcd / giochi / olofight / registration < prev    next >
Text File  |  1998-04-08  |  225b  |  10 lines

  1. IF EXISTS C:RequestChoice
  2. Register `RequestChoice OloFight "Do you want to preorder or book the game?" "Book|Preorder"`
  3. ELSE
  4. Ask "Do you want to book (y) or preorder (n) the game?"
  5. IF WARN
  6. Register
  7. ELse
  8. Register 0
  9. ENDIF
  10. ENDIF